Xbasic

{NOMOVE}

Syntax

{NOMOVE}

Description

The {NOMOVE} command specifies that a dialog box cannot be moved. The command is used in conjunction with the {NOCAPTION} command.

Example

ui_dlg_box("{NOMOVE}", <<%dlg%
{nocaption}
{nomove}
<20,3Click Here> | <20,3Or Click Here>
{comment=These buttons do nothing}
%dlg%)

Limitations

Desktop applications only

See Also